From 74352e0bee580777109008d50f71a851417d2075 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Apr 2019 18:39:17 +0000 Subject: [PATCH] buildable: Remove a mention of This is no longer a supported element in ui files. --- gtk/gtkbuildable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index ba899fa1f8..6972abedd6 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -65,8 +65,7 @@ typedef struct _GtkBuildableIface GtkBuildableIface; * content below . To handle an element, the implementation * must fill in the @parser and @user_data and return %TRUE. * #GtkWidget implements this to parse keyboard accelerators specified - * in elements. #GtkContainer implements it to map - * properties defined via elements to child properties. + * in elements. * Note that @user_data must be freed in @custom_tag_end or @custom_finished. * @custom_tag_end: Called for the end tag of each custom element that is * handled by the buildable (see @custom_tag_start). -- 2.30.2